home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / examples / misc / wexmast / simpwidg.txt < prev    next >
Text File  |  1997-07-08  |  2KB  |  34 lines

  1. About the Widget Examples Master
  2.  
  3.  
  4. The Widget Examples Master is a tool for learning to program with the
  5. IDL/widgets graphical user interface toolkit.  This widget application
  6. provides the "main menu" interface to a group of simple examples using the
  7. IDL/widgets.  Many of the examples illustrate the creation and management of
  8. just a single type of widget.  All of the basic widget types and a number of
  9. more complicated combinations of widgets are represented in the examples.  By
  10. examining the code for each of these examples, you can learn to create and
  11. manage almost any type of user interface made possible by the IDL Widgets.  
  12.  
  13. These examples and the "Tips and Techniques", available by selecting the
  14. "Widget Programming Tips and Techniques" button, are intended to be a
  15. supplement to the IDL/widgets documentation found in the IDL User's Guide
  16. Addendum.  While the original documentation is fairly complete, the Simple
  17. Widget Examples are provided as a tool for learning by example.  Under most
  18. windowing systems, you can use "cut and paste" functions to easily extract
  19. portions of the example code for use in your own programs. 
  20.  
  21. There are two sets of side-by-side buttons in the Simple Widget Examples
  22. window.  The set on the left, labeled "Simple Widget Examples" provides
  23. access to very specific examples of widgets programming.  Select the buttons
  24. on the left to see the simple widgets.  Select the buttons on the right to
  25. display a text window that shows the code for the widget in question.  The
  26. set of buttons on the right, labeled "Example Widget Applications" provides
  27. access to more elaborate widget applications.
  28.  
  29. Most of the examples produce some sort of output (e.g., the value of a
  30. slider, the name of a menu item selected).  This output is displayed in the
  31. original IDL window, so ensure that this window is visible when you are
  32. trying the examples.
  33.  
  34.